'Declaration
Public Function New( _ ByVal tbs() As Byte, _ ByVal signature() As Byte, _ ByVal signatureAlgorithmIdentifier() As Byte _ )
'Usage
Dim tbs() As Byte Dim signature() As Byte Dim signatureAlgorithmIdentifier() As Byte Dim instance As New X509Signature(tbs, signature, signatureAlgorithmIdentifier)
public: X509Signature( array<byte>^ tbs, array<byte>^ signature, array<byte>^ signatureAlgorithmIdentifier )
Parameters
- tbs
- The data to be signed.
- signature
- The signature of the data.
- signatureAlgorithmIdentifier
- The algorithm used to create the signature.